home *** CD-ROM | disk | FTP | other *** search
/ InterCD 1999 September / september_1999.iso / Site Building / Web Companion / AutoLoad.aj_ / AutoLoad.aj
Encoding:
Text File  |  1999-06-23  |  383 b   |  19 lines

  1. <script language="Javascript">
  2. <!--
  3. // original content taken from Nic's JavaScript Page with permission
  4. // lack of these three lines will result in copyright infringment
  5. // made by: Nic's JavaScript Page - http://www.javascript-page.com
  6.  
  7. var URL   = #URL#
  8. var speed = #DELAY#
  9.  
  10.  
  11. function reload() {
  12. location = URL
  13. }
  14.  
  15. setTimeout("reload()", speed);
  16. //-->
  17. </script>
  18.  
  19.